home *** CD-ROM | disk | FTP | other *** search
- global gTextSprite, gImgSprite, gCameFrom
-
- on prepareMovie
- set gImgSprite to 9
- set gTextSprite to 10
- set the stretch of sprite gTextSprite to 0
- set the stretch of sprite gImgSprite to 0
- set exitSprite to 20
- if gCameFrom = #pres then
- set the visible of sprite exitSprite to 1
- else
- set the visible of sprite exitSprite to 0
- end if
- end
-